1*16467b97STreehugger Robot<?xml version="1.0" encoding="utf-8"?> 2*16467b97STreehugger Robot<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> 3*16467b97STreehugger Robot <PropertyGroup> 4*16467b97STreehugger Robot <ProjectType>Local</ProjectType> 5*16467b97STreehugger Robot <ProductVersion>9.0.30729</ProductVersion> 6*16467b97STreehugger Robot <SchemaVersion>2.0</SchemaVersion> 7*16467b97STreehugger Robot <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 8*16467b97STreehugger Robot <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 9*16467b97STreehugger Robot <ApplicationIcon> 10*16467b97STreehugger Robot </ApplicationIcon> 11*16467b97STreehugger Robot <AssemblyKeyContainerName> 12*16467b97STreehugger Robot </AssemblyKeyContainerName> 13*16467b97STreehugger Robot <AssemblyName>Antlr3-2.Runtime.DotNet20</AssemblyName> 14*16467b97STreehugger Robot <AssemblyOriginatorKeyFile> 15*16467b97STreehugger Robot </AssemblyOriginatorKeyFile> 16*16467b97STreehugger Robot <DefaultClientScript>JScript</DefaultClientScript> 17*16467b97STreehugger Robot <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> 18*16467b97STreehugger Robot <DefaultTargetSchema>IE50</DefaultTargetSchema> 19*16467b97STreehugger Robot <DelaySign>false</DelaySign> 20*16467b97STreehugger Robot <OutputType>Library</OutputType> 21*16467b97STreehugger Robot <RootNamespace>Antlr.Runtime</RootNamespace> 22*16467b97STreehugger Robot <NoStandardLibraries>false</NoStandardLibraries> 23*16467b97STreehugger Robot <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> 24*16467b97STreehugger Robot <StartupObject> 25*16467b97STreehugger Robot </StartupObject> 26*16467b97STreehugger Robot <FileUpgradeFlags> 27*16467b97STreehugger Robot </FileUpgradeFlags> 28*16467b97STreehugger Robot <ProjectGuid>{CF15D0D5-BE72-4F98-B70F-229ABA1DF0E8}</ProjectGuid> 29*16467b97STreehugger Robot <OldToolsVersion>2.0</OldToolsVersion> 30*16467b97STreehugger Robot <UpgradeBackupLocation> 31*16467b97STreehugger Robot </UpgradeBackupLocation> 32*16467b97STreehugger Robot </PropertyGroup> 33*16467b97STreehugger Robot <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 34*16467b97STreehugger Robot <OutputPath>bin\Debug\net-2.0\</OutputPath> 35*16467b97STreehugger Robot <BaseAddress>285212672</BaseAddress> 36*16467b97STreehugger Robot <ConfigurationOverrideFile> 37*16467b97STreehugger Robot </ConfigurationOverrideFile> 38*16467b97STreehugger Robot <DefineConstants>TRACE;DEBUG;STRONG_NAME;DOTNET2</DefineConstants> 39*16467b97STreehugger Robot <DocumentationFile> 40*16467b97STreehugger Robot </DocumentationFile> 41*16467b97STreehugger Robot <DebugSymbols>true</DebugSymbols> 42*16467b97STreehugger Robot <FileAlignment>4096</FileAlignment> 43*16467b97STreehugger Robot <RegisterForComInterop>false</RegisterForComInterop> 44*16467b97STreehugger Robot <RemoveIntegerChecks>false</RemoveIntegerChecks> 45*16467b97STreehugger Robot <WarningLevel>4</WarningLevel> 46*16467b97STreehugger Robot <DebugType>full</DebugType> 47*16467b97STreehugger Robot <ErrorReport>prompt</ErrorReport> 48*16467b97STreehugger Robot <OutputType>Library</OutputType> 49*16467b97STreehugger Robot <RootNamespace>Antlr.Runtime</RootNamespace> 50*16467b97STreehugger Robot <Optimize>true</Optimize> 51*16467b97STreehugger Robot <StartupObject /> 52*16467b97STreehugger Robot <GenerateDocumentation>true</GenerateDocumentation> 53*16467b97STreehugger Robot </PropertyGroup> 54*16467b97STreehugger Robot <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 55*16467b97STreehugger Robot <OutputPath>bin\Release\net-2.0\</OutputPath> 56*16467b97STreehugger Robot <BaseAddress>285212672</BaseAddress> 57*16467b97STreehugger Robot <ConfigurationOverrideFile> 58*16467b97STreehugger Robot </ConfigurationOverrideFile> 59*16467b97STreehugger Robot <DefineConstants>STRONG_NAME;DOTNET2</DefineConstants> 60*16467b97STreehugger Robot <DocumentationFile>bin\Release\net-2.0\Antlr3-2.Runtime.DotNet20.xml</DocumentationFile> 61*16467b97STreehugger Robot <DebugSymbols>true</DebugSymbols> 62*16467b97STreehugger Robot <FileAlignment>4096</FileAlignment> 63*16467b97STreehugger Robot <RegisterForComInterop>false</RegisterForComInterop> 64*16467b97STreehugger Robot <RemoveIntegerChecks>false</RemoveIntegerChecks> 65*16467b97STreehugger Robot <WarningLevel>4</WarningLevel> 66*16467b97STreehugger Robot <DebugType>full</DebugType> 67*16467b97STreehugger Robot <ErrorReport>prompt</ErrorReport> 68*16467b97STreehugger Robot <OutputType>Library</OutputType> 69*16467b97STreehugger Robot <RootNamespace>Antlr.Runtime</RootNamespace> 70*16467b97STreehugger Robot <Optimize>true</Optimize> 71*16467b97STreehugger Robot <StartupObject /> 72*16467b97STreehugger Robot </PropertyGroup> 73*16467b97STreehugger Robot <ItemGroup> 74*16467b97STreehugger Robot <Reference Include="System" /> 75*16467b97STreehugger Robot <Reference Include="System.Data" /> 76*16467b97STreehugger Robot <Reference Include="System.Xml" /> 77*16467b97STreehugger Robot </ItemGroup> 78*16467b97STreehugger Robot <ItemGroup> 79*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Debug\DebugEventListenerConstants.cs" /> 80*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.JavaExtensions\Check.cs" /> 81*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.JavaExtensions\DictionaryExtensions.cs" /> 82*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.JavaExtensions\EnumerableExtensions.cs" /> 83*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.JavaExtensions\ExceptionExtensions.cs" /> 84*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.JavaExtensions\IOExtensions.cs" /> 85*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.JavaExtensions\JSystem.cs" /> 86*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.JavaExtensions\LexerExtensions.cs" /> 87*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.JavaExtensions\StringExtensions.cs" /> 88*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.JavaExtensions\StringTokenizer.cs" /> 89*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Misc\DoubleKeyMap.cs" /> 90*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Misc\FastQueue.cs" /> 91*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Misc\LookaheadStream.cs" /> 92*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\BufferedTreeNodeStream.cs" /> 93*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\TreeFilter.cs" /> 94*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\TreeIterator.cs" /> 95*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\ANTLRFileStream.cs" /> 96*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\ANTLRStringStream.cs" /> 97*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\BufferedTokenStream.cs" /> 98*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\CharStreamConstants.cs" /> 99*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\GrammarRuleAttribute.cs" /> 100*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\IAstRuleReturnScope`1.cs" /> 101*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\ITokenStreamInformation.cs" /> 102*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\LegacyCommonTokenStream.cs" /> 103*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\TokenConstants.cs" /> 104*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\UnbufferedTokenStream.cs" /> 105*16467b97STreehugger Robot <Compile Include="AssemblyInfo.cs" /> 106*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\BitSet.cs" /> 107*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\ICharStream.cs" /> 108*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\CharStreamState.cs" /> 109*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\ClassicToken.cs" /> 110*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\CommonToken.cs" /> 111*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\DFA.cs" /> 112*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\EarlyExitException.cs" /> 113*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\FailedPredicateException.cs" /> 114*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\IIntStream.cs" /> 115*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\MismatchedNotSetException.cs" /> 116*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\MismatchedRangeException.cs" /> 117*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\MismatchedSetException.cs" /> 118*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\MismatchedTokenException.cs" /> 119*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\MismatchedTreeNodeException.cs" /> 120*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\NoViableAltException.cs" /> 121*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\Parser.cs" /> 122*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\ParserRuleReturnScope.cs" /> 123*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\RecognitionException.cs" /> 124*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\RuleReturnScope.cs" /> 125*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\ITokenSource.cs" /> 126*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\MissingTokenException.cs" /> 127*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\CommonErrorNode.cs" /> 128*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\UnwantedTokenException.cs" /> 129*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Collections\HashList.cs" /> 130*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Collections\StackList.cs" /> 131*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\BaseTree.cs" /> 132*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\BaseTreeAdaptor.cs" /> 133*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\CommonTree.cs" /> 134*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\CommonTreeAdaptor.cs" /> 135*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\CommonTreeNodeStream.cs" /> 136*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\ITree.cs" /> 137*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\ITreeAdaptor.cs" /> 138*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\ITreeNodeStream.cs" /> 139*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\ParseTree.cs" /> 140*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\TreeParser.cs" /> 141*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\TreeRuleReturnScope.cs" /> 142*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Debug\DebugEventSocketProxy.cs" /> 143*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Debug\DebugParser.cs" /> 144*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Debug\DebugTokenStream.cs" /> 145*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Debug\IDebugEventListener.cs" /> 146*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Debug\DebugTreeAdaptor.cs" /> 147*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\Constants.cs" /> 148*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Debug\DebugTreeNodeStream.cs" /> 149*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Debug\BlankDebugEventListener.cs" /> 150*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Debug\RemoteDebugEventSocketListener.cs" /> 151*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Debug\TraceDebugEventListener.cs" /> 152*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Debug\DebugEventHub.cs" /> 153*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Debug\DebugEventRepeater.cs" /> 154*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Debug\DebugTreeParser.cs" /> 155*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Debug\ParseTreeBuilder.cs" /> 156*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Debug\Profiler.cs" /> 157*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Debug\Tracer.cs" /> 158*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Misc\Stats.cs" /> 159*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Misc\ErrorManager.cs" /> 160*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\TreeWizard.cs" /> 161*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\TreePatternLexer.cs" /> 162*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\RewriteRuleNodeStream.cs" /> 163*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\TreePatternParser.cs" /> 164*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\RewriteCardinalityException.cs" /> 165*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\RewriteEarlyExitException.cs" /> 166*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\RewriteEmptyStreamException.cs" /> 167*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\RewriteRuleElementStream.cs" /> 168*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\RewriteRuleSubtreeStream.cs" /> 169*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\RewriteRuleTokenStream.cs" /> 170*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\ANTLRInputStream.cs" /> 171*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\ANTLRReaderStream.cs" /> 172*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\BaseRecognizer.cs" /> 173*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\CommonTokenStream.cs" /> 174*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\RecognizerSharedState.cs" /> 175*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\IToken.cs" /> 176*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\ITokenStream.cs" /> 177*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\Lexer.cs" /> 178*16467b97STreehugger Robot <Compile Include="Antlr.Runtime\TokenRewriteStream.cs" /> 179*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\ITreeVisitorAction.cs" /> 180*16467b97STreehugger Robot <Compile Include="Antlr.Runtime.Tree\TreeVisitor.cs" /> 181*16467b97STreehugger Robot </ItemGroup> 182*16467b97STreehugger Robot <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 183*16467b97STreehugger Robot <PropertyGroup> 184*16467b97STreehugger Robot <PreBuildEvent> 185*16467b97STreehugger Robot </PreBuildEvent> 186*16467b97STreehugger Robot <PostBuildEvent> 187*16467b97STreehugger Robot </PostBuildEvent> 188*16467b97STreehugger Robot <ProjectGuid>{CF15D0D5-BE72-4F98-B70F-229ABA1DF0E8}</ProjectGuid> 189*16467b97STreehugger Robot <RootNamespace>Antlr.Runtime</RootNamespace> 190*16467b97STreehugger Robot </PropertyGroup> 191*16467b97STreehugger Robot</Project>